Class symantec.itools.db.beans.binding.editors.BindingWizard
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.db.beans.binding.editors.BindingWizard

Object
   |
   +----Component
           |
           +----Container
                   |
                   +----JComponent
                           |
                           +----JPanel
                                   |
                                   +----Wizard
                                           |
                                           +----symantec.itools.db.beans.binding.editors.BindingWizard

public class BindingWizard
extends Wizard

Version:
1.0 10/11/98
Author:
Hristo Tonev

Variable Index

 o WIZARDPANEL_HEIGHT
 o WIZARDPANEL_WIDTH
 o WIZARD_BACKGROUNG
 o WIZARD_FONT
 o WIZARD_FONT_CHAR_WIDTH

Constructor Index

 o symantec.itools.db.beans.binding.editors.BindingWizard()
Default constructor

Method Index

 o getSelectedPrjVObj()
 o invokeHelp()
Is called when F1 is hit.
 o main(String[])
 o reinitGUI()
Override some of the base class GUI settings
 o setSelectedPrjVObj(VisualObject)
 o setVisible(boolean)
Shows or hides the component depending on the boolean flag b.

Variables

 o WIZARDPANEL_HEIGHT
public static int WIZARDPANEL_HEIGHT
 o WIZARDPANEL_WIDTH
public static int WIZARDPANEL_WIDTH
 o WIZARD_BACKGROUNG
public static final java.awt.Color WIZARD_BACKGROUNG
 o WIZARD_FONT
public static java.awt.Font WIZARD_FONT
 o WIZARD_FONT_CHAR_WIDTH
public static int WIZARD_FONT_CHAR_WIDTH

Constructors

 o BindingWizard
public BindingWizard()
Default constructor

Methods

 o getSelectedPrjVObj
public com.symantec.itools.vcafe.openapi.VisualObject getSelectedPrjVObj()

Returns:
the VisualObject selected on the project
 o invokeHelp
public void invokeHelp()
Is called when F1 is hit.

 o main
public static void main(String[] args)
 o reinitGUI
protected void reinitGUI()
Override some of the base class GUI settings

 o setSelectedPrjVObj
public void setSelectedPrjVObj(VisualObject vObj)

Parameters:
vObj - is the new selected VisualObject
 o setVisible
public void setVisible(boolean b)
Shows or hides the component depending on the boolean flag b.

Parameters:
b - if true, show the component; otherwise, hide the component.
Overrides:
setVisible in class JComponent
See Also:
isVisible

All Packages  Class Hierarchy  This Package  Previous  Next  Index